home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / instools / prelude.zip / INSTALL.SCR < prev    next >
Text File  |  1994-02-19  |  2KB  |  73 lines

  1. * example installation script
  2. *
  3. PACKAGE      PRELUDE 1.0
  4. *
  5. TEXT
  6. PRELUDE is a simple but good looking generic
  7. installation utility. It gives your users a
  8. professional first impression of your products.
  9.  
  10. PRELUDE is made with our LINGUA package, which
  11. makes it's interface independent of (human) language.
  12. ENDTEXT
  13. *
  14. TEXT X
  15. PRELUDE will now, as an example, install itself.
  16. If you don't want to continue, choose Quit.
  17. ENDTEXT
  18. *
  19. MEMORY 512
  20. *
  21. DESTINATION  EXEC  C:\PRELUDE      300  Prelude programs
  22. DESTINATION  DOCS  C:\PRELUDE\DOC  100  Prelude documentation
  23. DESTINATION  LING  C:\LINGUA       100  Lingua package
  24. *
  25. VOLUME       PRELUDE   Prelude diskette
  26. *
  27. COPY $SOURCE\PRELUDE.DOC   $DOCS
  28. COPY $SOURCE\REGISTER.TXT  $DOCS
  29. COPY $SOURCE\PRELUDE.EXE   $EXEC
  30. COPY $SOURCE\TESTFIL.EXE   $EXEC
  31. COPY $SOURCE\INSTALL.EXE   $EXEC
  32. COPY $SOURCE\TINSTALL.EXE  $EXEC
  33. COPY $SOURCE\WINSTALL.EXE  $EXEC
  34. COPY $SOURCE\INSTALL.SCR   $DOCS
  35. COPY $SOURCE\INSTALL.FIL   $EXEC
  36. COPY $SOURCE\INSTALL.TXT   $DOCS
  37. COPY $SOURCE\INSTALL.ETF   $EXEC
  38. COPY $SOURCE\OEM2ISO.EXE   $EXEC
  39. COPY $SOURCE\LINGUA13.EXE  $LING
  40. *
  41. EXIST $LING\LINGUA13.EXE
  42. IF 0 noLingua
  43. CHDIR $LING
  44. RUN IO $LING\LINGUA13.EXE
  45. :noLingua
  46. *
  47. DONE
  48. *
  49. DISPLAY $DOCS\prelude.doc
  50. *
  51. EXIST   $LING\lingua.doc
  52. IF 0 continue
  53. QUESTION Would you also like to read the LINGUA documentation now?
  54. IF 0 continue
  55. DISPLAY $LING\lingua.doc
  56. :continue
  57. *
  58. TEXT
  59. The installation of PRELUDE is now complete.
  60. We hope you will like it, we've enjoyed making it.
  61. A registered full version is available from:
  62.  
  63. SichemSoft VoF
  64. Roghorst 160
  65. 6708 KS Wageningen
  66. Netherlands
  67.  
  68. Print the file REGISTER.TXT for your order.
  69.  
  70. Have a nice day!
  71. ENDTEXT
  72. *
  73.